home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1994 November: Tool Chest
/
Dev.CD Nov 94.toast
/
New System Software Extensions
/
Macintosh Drag and Drop 1.1.1
/
Demo Applications
/
DragText Sources
/
Offscreen.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-12-09
|
207 b
|
13 lines
|
[
TEXT/KAHL
]
/*
* Offscreen.h
*/
typedef struct WindowOffscreen {
CGrafPtr windowPort;
GDHandle windowDevice;
GWorldPtr offscreenWorld;
} WindowOffscreen;
WindowOffscreen *DrawOffscreen(WindowPtr theWindow);